翻訳と辞書 |
Natural sort order : ウィキペディア英語版 | Natural sort order Natural sort order is an ordering of strings in alphabetical order, except that multi-digit numbers are ordered as a single character. Natural sort order has been promoted as being more human-friendly ("natural") than the machine-oriented pure alphabetical order.〔http://blog.codinghorror.com/sorting-for-humans-natural-sort-order/〕 For example, in alphabetical sorting "z11" would be sorted before "z2" because "1" is sorted as smaller than "2", while in natural sorting "z2" is sorted before "z11" because "2" is sorted as smaller than "11". Functionality to sort by natural sort order is built into many programming languages and libraries.〔http://php.net/manual/en/function.natsort.php〕〔http://search.cpan.org/~bingos/Sort-Naturally-1.03/lib/Sort/Naturally.pm〕〔https://pypi.python.org/pypi/natsort〕 ==References==
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Natural sort order」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|